home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 April / macformat-049.iso / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00329.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  324 b   |  17 lines

  1. on exitFrame
  2.   global loadNext, subPageWait
  3.   startTimer()
  4.   unLoadCast()
  5.   if loadNext = 0 then
  6.     wait(subPageWait - the timer)
  7.     go(#next)
  8.   else
  9.     if loadNext = 1 then
  10.       unLoadCast()
  11.       preLoad(label("intro1"), label("intro1") + 5)
  12.       wait(subPageWait - the timer)
  13.       go(#next)
  14.     end if
  15.   end if
  16. end
  17.